Missing ControllerError: Product.aspController could not be found. Error: Create the class Product.aspController below in file: app/controllers/product.asp_controller.php
<?php
class Product.aspController extends AppController {
var $name = 'Product.asp';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp |